public NGraphEdgeList( System.Collections.Generic.IEnumerable<NGraphEdge> collection )
'Declaration
Public Function New( _ ByVal collection As System.Collections.Generic.IEnumerable(Of NGraphEdge) _ )
'Usage
Dim collection As System.Collections.Generic.IEnumerable(Of NGraphEdge) Dim instance As New NGraphEdgeList(collection)
Parameters
- collection